* New upstream release.
* Bump sip build-dependencies to 4.19.11, following configure.py.
* Drop cura_crash.diff, applied in the new release.
* Use the public version of sip module, per Policy § 4.13.
* Configure with --no-dist-info for now, mk_distinfo.py does not work
well with DESTDIR yet.
* Update debhelper compat level to 11.
* Bump Standards-Version to 4.1.5, no changes needed.
* Update Homepage field in debian/control.
Phil Thompson [Thu, 10 May 2018 12:38:28 +0000 (15:38 +0300)]
upstream fixes related to Qt Quick support
- Handle QQuickWindow and QQuickView as special cases (cf. QQuickItem)
when exposing sub-classes to QML.
- Fixed the handling of QQuickItem and similar classes so that the
correct meta-object is returned by metaObject().
- Improved the fix for QtQuick meta-objects so that the
customgeometry.py example works again.
[ Dmitry Shachnev ]
* New upstream release.
* Preserve timestamps when copying jquery.min.js, to make pyrcc generate
the resource file reproducibly.
* Install sip files directly in the .install file, to fix race condition
when doing arch+indep build.
* Update debhelper compatibility level to 10.
* Use dh_missing instead of deprecated dh_install --fail-missing.
* Bump Standards-Version to 4.1.4, no changes needed.
* Bump copyright years in debian/copyright.
[ Scott Kitterman ]
* Fix mismatch python:Version substitution variable for
python-pyqt5.qtsensors and python-pyqt5.qtx11extras
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
Dmitry Shachnev [Tue, 5 Dec 2017 12:51:35 +0000 (12:51 +0000)]
pyqt5 (5.9.2+dfsg-1) unstable; urgency=medium
* New upstream release.
* Bump sip build-dependencies to 4.19.4, following configure.py.
* Update pyrcc5 manpage for -name option removal.
* Drop disabled_features.diff, applied upstream.
* Regenerate the resources with QT_HASH_SEED=0, for reproducibility.
* Bump Standards-Version to 4.1.2, no changes needed.
* Backport upstream patch to fix handling of disabled features (fixes
build on architectures with OpenGL ES).
* Enable Qt WebEngine support on mipsel.
* Drop Breaks/Replaces on versions that are not even in oldstable.
* Bump Standards-Version to 4.1.0, stop using deprecated Priority: extra.
* Upload to unstable.
Dmitry Shachnev [Tue, 22 Aug 2017 11:41:04 +0000 (12:41 +0100)]
pyqt5 (5.7+dfsg-6) unstable; urgency=medium
* Add patches from upstream to support Qt 5.9 (closes: #872892):
- no_license_check.diff
- qt59_support.diff
- opengl_detection.diff
* Build against Qt 5.9.1.
* Enable Qt WebEngine support on arm64, armhf and mipsel (closes: #867733).
Dmitry Shachnev [Sat, 21 Jan 2017 08:26:05 +0000 (08:26 +0000)]
pyqt5 (5.7+dfsg-5) unstable; urgency=medium
* Make WebEngine packages depend on WebChannel, to avoid import errors.
* Disable implicit qml_debug option for debug builds (no_qml_debug.diff).
Patch taken from openSUSE, thanks Hans-Peter Jansen!
* Fix a typo in debian/tests/control.
* Test Enginio and QtWebSockets modules in autopkgtest.
* Add a patch from OpenSUSE to make pyqt5 build against Qt 5.3.2.